VehicleSeatMode
The mode of the vehicle seat, used in the VehicleSeat
part.
It can be any of the following strings: "Horizontal"
, "Yaw/Pitch"
, "Full"
, "Mouse"
.
Luau Type
This is the luau type for VehicleSeatMode
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type VehicleSeatMode = "Horizontal" | "Yaw/Pitch" | "Full" | "Mouse"